projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6aa4b3e
)
Add `provide' call.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 28 Sep 1996 03:17:21 +0000
(
03:17
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 28 Sep 1996 03:17:21 +0000
(
03:17
+0000)
lisp/progmodes/perl-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/perl-mode.el
b/lisp/progmodes/perl-mode.el
index 42353d559ab5b443adaf8964dcab70f82836d1b5..e800b86058ac649f0d55794ee5439fadf74ec587 100644
(file)
--- a/
lisp/progmodes/perl-mode.el
+++ b/
lisp/progmodes/perl-mode.el
@@
-723,4
+723,7
@@
With argument, repeat that many times; negative args move backward."
(perl-beginning-of-function)
(backward-paragraph))
-;;;;;;;; That's all, folks! ;;;;;;;;;
+(provide 'perl-mode)
+
+;;; perl-mode.el ends here
+